Leadtools.Jpip.Client Namespace > JpipClient Class > BeginGetJpipResponse Method : BeginGetJpipResponse(String,RequestFields,Byte[],AddDatabinCallback,AsyncCallback,Object) Method |
public IAsyncResult BeginGetJpipResponse( string path, RequestFields requestFields, byte[] postedData, AddDatabinCallback addDatabinCallback, AsyncCallback callBack, object state )
'Declaration Public Overloads Function BeginGetJpipResponse( _ ByVal path As String, _ ByVal requestFields As RequestFields, _ ByVal postedData() As Byte, _ ByVal addDatabinCallback As AddDatabinCallback, _ ByVal callBack As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult
'Usage Dim instance As JpipClient Dim path As String Dim requestFields As RequestFields Dim postedData() As Byte Dim addDatabinCallback As AddDatabinCallback Dim callBack As AsyncCallback Dim state As Object Dim value As IAsyncResult value = instance.BeginGetJpipResponse(path, requestFields, postedData, addDatabinCallback, callBack, state)
public IAsyncResult BeginGetJpipResponse( string path, RequestFields requestFields, byte[] postedData, AddDatabinCallback addDatabinCallback, AsyncCallback callBack, object state )
function Leadtools.Jpip.Client.JpipClient.BeginGetJpipResponse(String,RequestFields,Byte[],AddDatabinCallback,AsyncCallback,Object)( path , requestFields , postedData , addDatabinCallback , callBack , state )
public: IAsyncResult^ BeginGetJpipResponse( String^ path, RequestFields^ requestFields, array<byte>^ postedData, AddDatabinCallback^ addDatabinCallback, AsyncCallback^ callBack, Object^ state )
To use this method, create a callback method that implements the AsyncCallback delegate and pass its name to the BeginGetJpipResponse method.
The callback method should invoke the EndGetJpipResponse method.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2